home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the mouseCast = 2 then
- go(2)
- end if
- if rollOver(26) then
- set the visible of sprite 26 to 1
- else
- set the visible of sprite 26 to 0
- end if
- if rollOver(27) then
- set the visible of sprite 27 to 1
- else
- set the visible of sprite 27 to 0
- end if
- go(the frame)
- end
-